API Documentation
ProgramManagerWrapper.h
1 // ProgramManagerWrapper.h
3 //
5 
7 {
11  class DLL_ASTRAEUS_EXPORT ProgramManagerWrapper final
12  {
13  public :
14 
15  // Environment update
22 
23  // Callbacks
24  // Programs
69  } ;
70 }
nkScripts::Environment
Defines an environment in which scripts can execute.
Definition: Environment.h:14
nkAstraeus::lua::nkGraphicsWrap
Encompasses the wrapping of nkGraphics for Lua.
Definition: BoundingBoxWrapper.h:7
nkAstraeus::lua::nkGraphicsWrap::ProgramManagerWrapper::rename
static nkScripts::OutputValue rename(const nkScripts::DataStack &stack)
nkAstraeus::lua::nkGraphicsWrap::ProgramManagerWrapper::get
static nkScripts::OutputValue get(const nkScripts::DataStack &stack)
nkAstraeus::lua::nkGraphicsWrap::ProgramManagerWrapper::createOrRetrieve
static nkScripts::OutputValue createOrRetrieve(const nkScripts::DataStack &stack)
nkAstraeus::lua::nkGraphicsWrap::ProgramManagerWrapper
Wraps the nkGraphics::ProgramManager and offers functions for use in scripting.
Definition: ProgramManagerWrapper.h:12
nkScripts::DataStack
std::vector< FunctionParameter > DataStack
A data stack, mainly used for parameters.
Definition: FunctionDefines.h:8
nkScripts::FunctionParameter
A function parameter, used within the stack of arguments.
Definition: FunctionParameter.h:25
nkAstraeus::lua::nkGraphicsWrap::ProgramManagerWrapper::updateEnvironment
static void updateEnvironment(nkScripts::Environment *env)
nkAstraeus::lua::nkGraphicsWrap::ProgramManagerWrapper::erase
static nkScripts::OutputValue erase(const nkScripts::DataStack &stack)